home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000013_fdc@watsun.cc.columbia.edu_Tue Sep 25 10:31:15 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  72 lines

  1. Article: 12820 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.bsd.netbsd.misc,comp.unix.bsd.freebsd.misc,comp.unix.bsd.openbsd.misc,comp.os.linux.misc,comp.protocols.kermit.misc
  5. Subject: Re: Announcing C-Kermit 8.0 Beta.03
  6. Date: 25 Sep 2001 14:31:20 GMT
  7. Organization: Columbia University
  8. Lines: 55
  9. Message-ID: <9oq4fo$jsg$1@newsmaster.cc.columbia.edu>
  10. References: <9njfoh$aui$1@newsmaster.cc.columbia.edu> <9o7ipr$b8b$1@newsmaster.cc.columbia.edu> <9od3ne$4g7$1@gail.ripco.com> <slrn9qvu2s.1mr.billy_ball@green.home.org>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1001428280 20368 128.59.39.2 (25 Sep 2001 14:31:20 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Sep 2001 14:31:20 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.unix.bsd.netbsd.misc:16305 comp.unix.bsd.freebsd.misc:180173 comp.unix.bsd.openbsd.misc:19185 comp.os.linux.misc:519404 comp.protocols.kermit.misc:12820
  16.  
  17. In article <slrn9qvu2s.1mr.billy_ball@green.home.org>,
  18. bball <bball@green.home.org> wrote:
  19. : On 20 Sep 2001 15:58:38 GMT, Frederick Bruckman <fredb@immanent.net> wrote:
  20. : >In article <9o7ipr$b8b$1@newsmaster.cc.columbia.edu>,
  21. : >    fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  22. : >>: ...
  23. : >> Nothing prevents C-Kermit from being included with Linux, NetBSD,
  24. : >> FreeBSD, or OpenBSD.  The copyright specifically allows it:
  25. : >> 
  26. : >>   ftp://kermit.columbia.edu/kermit/c-kermit/COPYING.TXT
  27. : >> 
  28. : >> and indeed distributors of all of these free OS's are welcome and
  29. : >> invited to include it.  C-Kermit is included in some Linux
  30. : >> distributions; sometimes in the base package, sometimes with the "power
  31. : >> tools" or whatever.
  32. : >
  33. : >Not to cloud the issue with facts, but binary packages of kermit-7.0.96
  34. : >have been available for download on ftp.netbsd.org for nearly every
  35. :                                                         ^^^^^^
  36. : >architecture NetBSD supports for over a year now. Just look, huh?
  37. : 'nearly' doesn't include hpcmips... although rebuilding minicom provides a
  38. : viable client... 
  39. Minicom and Kermit are not the same thing.  Besides doing what minicom does,
  40. Kermit transfers files, converts character sets, sends numeric and alpha
  41. pages, makes Telnet, Rlogin, FTP, and HTTP connection, supports four
  42. different IETF standard security methods, and includes a built-in
  43. programming language for automation of any communication task.
  44.  
  45. As noted in the original announcement, C-Kermit 8.0 is in Beta test; one of
  46. the purposes of the Beta test is for people to build it and try it out on
  47. platforms that I don't have access to.
  48.  
  49. You should be able to build the NetBSD version on any hardware platform
  50. by following these simple steps:
  51.  
  52.   get ftp://kermit.columbia.edu/kermit/test/tar/cku200b03.tar.gz
  53.   gunzip cku200b03.tar.gz
  54.   tar xf cku200b03.tar
  55.   rm cku200b03.tar
  56.   make netbsd
  57.  
  58. I don't think there will be any problems, but if there are, of course,
  59. you can report them to kermit-support@columbia.edu and they will be fixed.
  60.  
  61. Again, the C-Kermit test is here:
  62.  
  63.   http://www.columbia.edu/kermit/ck80.html
  64.  
  65. When C-Kermit 8.0 is released for real, I hope that people who have NetBSD
  66. on non-Intel platforms will contribute binaries for the archive, and will
  67. also assist in getting NetBSD ports made for the various architectures.
  68.  
  69. - Frank
  70.